div.logobar {
  padding: 10px 15px;
  background: rgba(47,116,171,255);
  color: #777777;
}

.logobar .container{
  border-bottom: 1px solid #e7e7e7;
}

.logobar a {
  color: #4e5e6b;
}

.navbar{
  border-top: none !important;
}

.navbar-brand {
  font-size: 36px;
}

.navbar{
  border-radius: 0px !important;
}

.place {
  padding: 20px 20px 0 0;
  margin-left: 10px;
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
}

.place a {
  color: #ffffff; 
  text-decoration: none;
  padding: 2px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.place a:hover {
  border-bottom: 1px solid #ffffff;
}

@media (max-width: 590px) {
  .place {
    padding: 15px 10px 0 10px;
    font-size: 15px;
  }
}

.navbar-brand {
  background-image: url("https://conf.researchr.org/getImage/fse-2026/orig/2025-05-21_21.24.59.png");
  background-size: 100%;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 5px;
  display: inline-block;
  background-size: contain;
  background-position: left;
  width: 375px;
  height: 150px;
}

.brand-text {
  display: none;
}